home *** CD-ROM | disk | FTP | other *** search
- WSSTRIP.EXE
- by Tadas Osmolskis
- Washington, DC
- January 26, 1987
-
-
- This is a program which strips the high bits from Wordstar files,
- removes print/format characters, deletes lines which start with
- periods ("Dot commands"), and provides some simple-minded summary
- statistics about the file procesed.
-
- If you type just the command "WSSTRIP", you will be prompted for
- an input file name and an output file name. If the file you name
- as an input file name does not exist, you will be warned of this
- and gracefully be returned to the opeating system prompt.
-
- If you type "WSSTRIP in-file.ext", the output will go to the
- tube. This output can be redirected.
-
- If you type "WSSTRIP in-file.ext out-file.ext", the cleaned-up
- version of "in-file.ext" will be written to "out-file.ext".If the
- file you name as an input file name does not exist, you will be
- warned of this and gracefully be returned to the opeating system
- prompt.
-
- The next question you might have is, "Why?". Why does the world
- need another Wordstar cleanup program? Why is this Osmolskis
- person inflicting his class homework on the public domain?
-
- I come from the world of CP/M, where true public domain software
- was the rule, not the exception. I have been disturbed to see
- that the MS-PC-Seattle/DOS world (and how many of you know that
- Seattle Computer Products, not Microsoft wrote the original "MS"
- DOS) is full of folks who write simple utilities, don't provide
- any source code for the utility, then ask for money. (This isn't
- a dig at folks like Vern Buerg, Phil Burns, or John Friel, to
- name a few, who are distributing *major* pieces of software via
- the shareware route at reasonable prices).
-
- I think that there are people out there who could learn from my
- source code. I tried to comment it pretty heavily, and I hope it
- helps somebody else write a C program, or make one better. I've
- also put a LNK file into this archive. Lots of people who are
- perhaps better C programmers than I am haven't gotten around to
- learning about LNK files, which are like batch files for the
- linker. Once you write one, you won't have to type foot-long
- command lines for the linker ever again. You invoke the link file
- by typing "LINK @linkfile.LNK".
-
- I also think that the way that we get good software is by people
- improving each other's programs. If you know C, have fun.
-
- I hereby place this program, in both source code and executable
- form in the public domain. If you find this program or the source
- code useful, give something back to the public domain. Even if
- you're not a programmer, you know things about your computer, or
- the software you use, that others don't; pass it on.
-
- I can usually be reached on the Generation 5 TCOMM system at
- (301) 495-2932, or The Computer Connection (202) 547-2008.